Articles by Falko Timme
-
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, suse, web server • Comments: 0
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2) This guide explains how to integrate XCache into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: nginx, suse • Comments: 1
Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Caching With Apache's mod_cache On Debian Lenny
Author: Falko Timme • Tags: apache, debian, web server • Comments: 1
Caching With Apache's mod_cache On Debian Lenny This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
-
How To Upgrade OpenSUSE 11.2 To 11.3 (Desktop & Server)
Author: Falko Timme • Tags: suse • Comments: 5
How To Upgrade OpenSUSE 11.2 To 11.3 (Desktop & Server) This guide shows how you can upgrade your OpenSUSE 11.2 desktop and server installations to OpenSUSE 11.3.
-
Fedora 13 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: fedora, samba, storage • Comments: 2
Fedora 13 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Fedora 13 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP)
Author: Falko Timme • Tags: apache, suse, web server • Comments: 7
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.3 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13
Author: Falko Timme • Tags: fedora, lighttpd, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.
-
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, php, suse • Comments: 1
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
The Perfect Desktop - OpenSUSE 11.3 (GNOME)
Author: Falko Timme • Tags: desktop, suse • Comments: 2
The Perfect Desktop - OpenSUSE 11.3 (GNOME) This tutorial shows how you can set up an OpenSUSE 11.3 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 13
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 0
Installing Nginx With PHP5 And MySQL Support On Fedora 13 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.